Using a Slider Control to Scroll a List
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/Using a Slider Control to Scroll a List.xml
Say you have a List control and you want to put a Slider control under the List to scroll the List. Assume that the name of the Slider control is 'Slider1'.
Advanced Record List - Combo Box Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Record List/Advanced Record List - Combo Box Control Syntax.xml
The Record List - Combo Box Control provides a dynamic view of selected records and fields from a table or set.
List Box (Single Field Multi-Column) Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box _Single Field Multi-Column_ Control Syntax.xml
One or more Multi-Select List Box objects may appear inside the Format section of a UI_DLG_BOX() function. The selections are stored in the %mw% variable.
List Box (Single Field Single Column) Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box _Single Field Single Column_ Control Syntax.xml
One or more List Box objects may appear inside the Format section of a UI_DLG_BOX() function. To clear or repopulate a list box, simply redefine its Choices variable.
Built-in List Control Editors in a Form View
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/FormView/Built-in List Control Editors in a Form View.xml
You can create built-in list controls to use inside an editor that edits items in a Form View control. Because the 'Editor-List' is an editor only one of these controls needs to be defined in order for multiple items to make use of it. The example below uses an Editor-List to edit the 'City' and 'Country' fields. You can easily add filters to items that use an editor so that, for example, an editor-list that shows cities will only show cities that apply to the selected country in a Form View.
List Control Fixed and Virtual Columns
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/Fixed and Virtual Columns.xml
Keep important information in view by freezing columns. Fixed List columns remain on-screen while the user scrolls your list.
UX List Control Object Methods
/documentation/pages/Ref/Client_Api/UX/list object methods/index.xml
Methods and properties available for interacting with a List Control object.
List Box (Multi-Field Multi-Column) Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box _Multi-Field Multi-Column_ Control Syntax.xml
The Tabbed List Box control displays a list box with multiple columns. The entries in the choice_array or choice_variable are separated into columns with the "|" (tab) character.
How to add Search Highlighting to the List Control
/documentation/pages/HowTo/List Control/Search Highlight List Control.xml
Search Highlighting can be added to the List Control, making it easier for users to see the fields that matched the search criteria.
List Control Actions
/documentation/pages/Ref/Action Javascript/List Control Actions.xml
Perform an action (refresh, search, sort, add group breaks, navigate, change layouts, show/hide parts, move rows, populate data, save or delete records, export data, and more) on a List or List detail view in a UX component.